home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / sox / com / commerceone / CBL / n1_0 / OrderHeader.mod < prev    next >
Encoding:
Extensible Markup Language  |  2000-07-03  |  2.6 KB  |  79 lines  |  [STrk/SCPL]

  1. <?xml version="1.0"?>
  2. <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
  3.  
  4. <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
  5.  
  6. <intro>
  7. <p>Copyright Notice</p>
  8. <p>Common Business Library 2.0<br/>
  9. Copyright 1999 Commerce One, Inc.</p>
  10. <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
  11. and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
  12. and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p> 
  13. </intro>
  14. <!-- 
  15. OBI Note:
  16. InvoiceType (BEG08) is embedded inside the Payment component.
  17. PartLocation is used when a supplier has multiple warehouse.
  18. BuyerRefNum is the Buyer's PO Number
  19. SupplierRefNum is the Supplier's Sales Order Number
  20.  -->
  21.  
  22. <elementtype name="OrderHeader">
  23.     <model>
  24.         <sequence>
  25.         <element type="datetime" name="POIssuedDate" />
  26.         
  27.         <!--  OBI: DTM01        M    ID  3/3 002 - requested delivery date
  28.              DTM02 C    DT    6/6    YYMMDD  -->    
  29.         <element type="datetime" name="RequestedDeliveryDate" />
  30.         <element type="datetime" name="ShipByDate" occurs="?" />
  31.         
  32.         <!--  OrderReference consists of AccountCode, Buyer's
  33.             OrderNumber, etc.  -->
  34.         <element type="OrderReference"  />  
  35.         
  36.         <!--  OrderParty consists of BuyerParty, SupplierParty,
  37.             ShipToParty, etc.  --> 
  38.         <element type="OrderParty"  />
  39.         
  40.         <element type="Tax" occurs="?" />
  41.         
  42.         <!--  This currency will be used for whole PurchaseOrder unless it
  43.             is overriden.  -->
  44.         <element type="CurrencyCode" name="OrderCurrency" />
  45.  
  46.         <!--  This langauge will be used for whole PurchaseOrder unless it
  47.         is overriden.  -->
  48.         <element type="LangCode" name="OrderLanguage" />
  49.         
  50.         <element type="Payment" occurs="?" />
  51.  
  52.         <element type="ListOfAllowOrCharge" occurs="?"/>
  53.  
  54.         <!-- 
  55.         Buyer's willingness to accept partial shipment.
  56.          -->
  57.         <element type="boolean" name="PartialShipmentAllowed" />
  58.         
  59.         <!--  
  60.             OBI: NTE01    O    ID    3/3 
  61.             SPH - special handling instructions
  62.         GEN - other instructions
  63.           -->
  64.         <element type="string" name="SpecialHandlingNote" occurs="?" />
  65.         <element type="string" name="GeneralNote" occurs="?" />
  66.         
  67.         <element type="string" name="PartLocation" occurs="?" />
  68.         
  69.         <element type="Transport" occurs="?" />
  70.         <element type="TermOfDelivery" occurs="?" /> 
  71.         
  72.         <!--  the attachment of the order header  -->
  73.         <element type="ListOfAttachment" name="OrderHeaderAttachment" occurs="?"/>  
  74.     </sequence>
  75.     </model>
  76.     
  77. </elementtype>
  78. </schema>
  79.